[PATCH] fix system-abseil build even with 2022 version
authorRene Engelhard <rene@rene-engelhard.de>
Fri, 15 Dec 2023 22:45:04 +0000 (23:45 +0100)
committerRene Engelhard <rene@debian.org>
Wed, 10 Jul 2024 17:15:44 +0000 (17:15 +0000)
commit46c80c527b251b64131ed9e42d6b73bf35ac9a01
tree89e7d35a4d915d15ac162d17f0030a5846de5856
parent9fd2dace69bad454b3652e0f2d38d0ededccf339
[PATCH] fix system-abseil build even with 2022 version

actually it seems it was a internal abseil header from pdfium vs. system
header mismatch. Include proper absl/container/inlined_vector.h if using
system-abseil.

While at it we can also just use pkg-config, no idea why I did it
without back then. Also gets the advantage that it knows that the libs
needed for absl_inlined_vector is actually
-labsl_throw_delegate -labsl_raw_logging_internal -labsl_log_severity

This effectively reverts e89723103313ec4366ee58144c47d7a5c16bf838

Change-Id: Ide4f79860b4e0673c5c6587d503058bdd2930744

Gbp-Pq: Name fix-system-abseil-build.diff
configure.ac
external/pdfium/Library_pdfium.mk
external/pdfium/UnpackedTarball_pdfium.mk
external/pdfium/annot.patch.1
external/pdfium/system-abseil.diff [new file with mode: 0644]